<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>TocTitle</after>
        <action>CriticalCommentaryIntro</action>
        <scheme>;;;;;;;;;;;;;;CriticalCommentaryIntro
(if (not (d-Directive-score?  "CriticalCommentaryIntro"))
	(begin
		(d-DirectivePut-score-override "CriticalCommentaryIntro" (logior DENEMO_OVERRIDE_GRAPHIC DENEMO_OVERRIDE_EDITOR))
		(d-DirectivePut-score-display "CriticalCommentaryIntro" "Critical Commentary\nKey: m = Movement, v = voice, b = bar\n")))
(d-DirectiveActivate-score  "CriticalCommentaryIntro" )
(d-SetSaved #f)</scheme>
        <label>Title and Introduction</label>
        <tooltip>A button is created for putting a title and introductory text for a critical commentary at the end of the score.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
